home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Hotdog 5.5 / hotdog55install.exe / %MAINDIR% / HotDog5.exe / 0 / RCDATA / TFRMINSRULE / TFRMINSRULE.txt
Encoding:
Text File  |  1999-04-29  |  3.4 KB  |  173 lines

  1. object frmInsRule: TfrmInsRule
  2.   Left = 178
  3.   Top = 178
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Insert Horizontal Rule'
  7.   ClientHeight = 194
  8.   ClientWidth = 390
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Pitch = fpVariable
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel2: TBevel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 390
  25.     Height = 158
  26.     Align = alClient
  27.     Style = bsRaised
  28.   end
  29.   object Label4: TLabel
  30.     Left = 8
  31.     Top = 7
  32.     Width = 377
  33.     Height = 30
  34.     AutoSize = False
  35.     Caption = 
  36.       'This will insert a horizontal line within your document.  You ca' +
  37.       'n stretch the line to fit the document by using the percentage o' +
  38.       'ption for width.'
  39.     WordWrap = True
  40.   end
  41.   object Bevel1: TBevel
  42.     Left = 0
  43.     Top = 158
  44.     Width = 390
  45.     Height = 36
  46.     Align = alBottom
  47.     Style = bsRaised
  48.   end
  49.   object buttOK: TButton
  50.     Left = 229
  51.     Top = 163
  52.     Width = 75
  53.     Height = 25
  54.     Caption = '&OK'
  55.     Default = True
  56.     ModalResult = 1
  57.     TabOrder = 2
  58.   end
  59.   object buttCancel: TButton
  60.     Left = 309
  61.     Top = 163
  62.     Width = 75
  63.     Height = 25
  64.     Cancel = True
  65.     Caption = '&Cancel'
  66.     ModalResult = 2
  67.     TabOrder = 3
  68.   end
  69.   object GroupBox1: TGroupBox
  70.     Left = 6
  71.     Top = 40
  72.     Width = 379
  73.     Height = 111
  74.     TabOrder = 0
  75.     object Label3: TLabel
  76.       Left = 38
  77.       Top = 30
  78.       Width = 53
  79.       Height = 13
  80.       Alignment = taRightJustify
  81.       Caption = '&Thickness :'
  82.       FocusControl = txtThickness
  83.     end
  84.     object Label1: TLabel
  85.       Left = 199
  86.       Top = 30
  87.       Width = 37
  88.       Height = 15
  89.       Alignment = taRightJustify
  90.       AutoSize = False
  91.       Caption = '&Width:'
  92.       FocusControl = txtWidth
  93.     end
  94.     object Label2: TLabel
  95.       Left = 186
  96.       Top = 73
  97.       Width = 51
  98.       Height = 13
  99.       Alignment = taRightJustify
  100.       Caption = '&Alignment:'
  101.       FocusControl = cmbAlignment
  102.     end
  103.     object txtWidth: TSpinEdit
  104.       Left = 243
  105.       Top = 27
  106.       Width = 49
  107.       Height = 22
  108.       HelpContext = 487
  109.       MaxValue = 200
  110.       MinValue = 0
  111.       TabOrder = 1
  112.       Value = 100
  113.     end
  114.     object txtThickness: TSpinEdit
  115.       Left = 97
  116.       Top = 27
  117.       Width = 51
  118.       Height = 22
  119.       HelpContext = 486
  120.       MaxValue = 100
  121.       MinValue = 1
  122.       TabOrder = 0
  123.       Value = 1
  124.     end
  125.     object chkShade: TCheckBox
  126.       Left = 35
  127.       Top = 73
  128.       Width = 124
  129.       Height = 17
  130.       HelpContext = 489
  131.       Caption = 'Include line &shading'
  132.       State = cbChecked
  133.       TabOrder = 3
  134.     end
  135.     object cmbAlignment: TComboBox
  136.       Left = 242
  137.       Top = 69
  138.       Width = 112
  139.       Height = 21
  140.       HelpContext = 490
  141.       Style = csDropDownList
  142.       ItemHeight = 13
  143.       Items.Strings = (
  144.         'Left'
  145.         'Center'
  146.         'Right')
  147.       TabOrder = 4
  148.     end
  149.     object cmbScale: TComboBox
  150.       Left = 296
  151.       Top = 27
  152.       Width = 57
  153.       Height = 21
  154.       HelpContext = 488
  155.       Style = csDropDownList
  156.       ItemHeight = 13
  157.       Items.Strings = (
  158.         'Pixels'
  159.         '%')
  160.       TabOrder = 2
  161.     end
  162.   end
  163.   object btnHelp: TButton
  164.     Left = 7
  165.     Top = 163
  166.     Width = 75
  167.     Height = 25
  168.     Caption = '&Help'
  169.     TabOrder = 1
  170.     OnClick = btnHelpClick
  171.   end
  172. end
  173.